home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 68K / Demo / README < prev    next >
Text File  |  1996-05-20  |  2KB  |  54 lines

  1. This directory contains various demonstrations of what you can do with
  2. Python.  They were all written by me except where explicitly stated
  3. otherwise -- in general, demos contributed by others ends up in the
  4. ../Contrib directory, unless I think they're of utmost general
  5. importance (like Matt Conway's Tk demos).
  6.  
  7. A fair number of utilities that are useful when while developing
  8. Python code can be found in the ../Tools directory -- some of these
  9. can also be considered good examples of how to write Python code.
  10.  
  11. Finally, in order to save disk space and net bandwidth, not all
  12. subdirectories listed here are distributed.  They are listed just
  13. in case I change my mind about them.
  14.  
  15.  
  16. classes        Some examples of how to use classes.
  17.  
  18. embed        An example of embedding Python in another application.
  19.  
  20. ibrowse        An Emacs info file browser (uses stdwin).
  21.         See also ../doc (the Python library documentation can
  22.         be converted to info format).
  23.  
  24. md5test        Test program for the optional md5 module.
  25.  
  26. rpc        A set of classes for building clients and servers for
  27.         Sun RPC.
  28.  
  29. scripts        Some useful Python scripts that I put in my bin
  30.         directory.  No optional built-in modules needed.
  31.  
  32. sockets        Examples for the new built-in module 'socket'.
  33.  
  34. sgi        Demos that only run on Silicon Graphics machines.
  35.         These require at least one of the optional built-in
  36.         modules that only make sense for the SGI, such as
  37.         'gl', 'al', and 'sv'.  Split in subdirectories
  38.         per subject.
  39.  
  40. stdwin        Demos that use the STDWIN library.  Require the 'stdwin'
  41.         built-in module.
  42.  
  43. threads        Demos that use the 'thread' module.  (Currently these
  44.         only run on SGIs, but this may change in the future.)
  45.  
  46. tkinter        Demos using the Tk interface (including Matt Conway's
  47.         excellent set of demos).
  48.  
  49. www        An old, abandoned collection of WWW utilities.
  50.  
  51.  
  52. --Guido van Rossum, CWI, Amsterdam <mailto:Guido.van.Rossum@cwi.nl>
  53. <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>
  54.